home *** CD-ROM | disk | FTP | other *** search
- Path: quasar.xs4all.nl!ekrieger
- Subject: Re: Problem with Mui 3.3
- Newsgroups: comp.sys.amiga.applications,comp.sys.amiga.networking
- Followup-To: comp.sys.amiga.applications,comp.sys.amiga.networking
- References: <869.6641T424T916@postoffice.ptd.net>
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- From: ekrieger@quasar.xs4all.nl (Eric Krieger)
- Message-ID: <ekrieger.20d9@quasar.xs4all.nl>
- Date: Sun, 10 Mar 96 13:21:38 +0100
- Organization: Private, Delft [NL]
-
- hankduckman (hankduck@postoffice.ptd.net) wrote (on 8 Mar 1996 12:09:04 GMT):
-
- > I just installed my new MUI 3.3 over 3.2, with my new key.
-
- Copied 3.3 *over* 3.2? You should have renamed the 3.2 directory to
- another name, and create a new MUI directory instead, or better use
- the Installer script (which does it for you!).
-
- > IBrowse and AMosaic won't open and tell me: unable to open
- > application. If I try yo open MUI itself, I get: unable to open
- > custom library???
-
- Obviously you have either old libraries somewhere on your disk or
- memory, or have not unpacked/installed MUI correctly!
-
- > I deleted the older muimaster.library from sys:lib.
-
- It shouldn't be there in the first place!
-
- > Anyone have an idea of what's wrong???
-
- Remove all older MUI files (prior the 3.3 release), unpack 3.3 and
- run the Installer script. Then *Reboot* your system to remove the
- older libraries from the memory!
-
-
- If you don't like to run an Installer-script, then unpack the archive
- somewhere and put the following part in your User-Startup:
-
-
- ;BEGIN MUI
- if exists "SYS:MUI" ;Change this to your directory!!!
- assign MUI: "SYS:MUI"
- if exists MUI:Libs
- assign add LIBS: MUI:Libs
- endif
- if exists MUI:Locale
- assign add LOCALE: MUI:Locale
- endif
- version >nil: exec.library 39
- if not warn
- if exists MUI:Docs
- if exists HELP:dummy ; do not remove
- endif ; this entry!
- assign add HELP: MUI:Docs
- endif
- endif
- endif
- ;END MUI
-
-
- ....and then Reboot!
-
-
- Good luck!
- --
- | Eric Krieger : ekrieger@quasar.xs4all.nl | Fido-Net: 2:285/1.10 |
- | Q U A S A R : Last Point of Endless Time | AmigaNet: 39:102/1.21 |
-